home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / Condo.V2.04_d2.adf / HelpFiles / Variables, Trig  < prev   
Text File  |  1993-03-08  |  3KB  |  197 lines

  1. F- ACos                    |acos|
  2. F- ASin                    |asin|
  3. F- ATan                    |atan|
  4. F- Cos                    |cos|
  5. F- CosH                    |cosh|
  6. F- DegToRad                |degtorad|
  7. F- Exp                    |exp|
  8. F- Log10                |log10|
  9. F- LogE                    |loge|
  10. V- PI                    |pi|
  11. F- RadToDeg                |radtodeg|
  12. C- SetExpression        |setexpression|
  13. F- Sin                    |sin|
  14. F- SinH                    |sinh|
  15. F- Tan                    |tan|
  16. F- TanH                    |tanh|
  17. [E]
  18.  
  19. |acos|
  20. WT {Angle}=ACos({Value})
  21. PL Returns the trigonometric arccosine angle
  22. PL of the {Value}.
  23. PL
  24. PT SEE ALSO: 
  25. BS Cos
  26. PT  and 
  27. BS CosH
  28. PT .
  29. ED
  30.  
  31. |asin|
  32. WT {Angle}=ASin({Value})
  33. PL Returns the trigonometric arcsine angle
  34. PL of the {Value}.
  35. PL
  36. PT SEE ALSO: 
  37. BS Sin
  38. PT  and 
  39. BS SinH
  40. PT .
  41. ED
  42.  
  43. |atan|
  44. WT {Angle}=ATan({Value})
  45. PL Returns the trigonometric arctangent angle
  46. PL of the given {Value}.
  47. PL
  48. PT SEE ALSO: 
  49. BS Tan
  50. PT  and 
  51. BS TanH
  52. PT .
  53. ED
  54.  
  55. |cos|
  56. WT {Value}=Cos({Angle})
  57. PL Returns the trigonometric cosine of the
  58. PL given {Angle}.
  59. PL
  60. PT SEE ALSO: 
  61. BS ACos
  62. PT  and 
  63. BS CosH
  64. PT .
  65. ED
  66.  
  67. |cosh|
  68. WT {Value}=CosH({Value})
  69. PL Returns the hyperbolic cosine of the
  70. PL {Value}.
  71. PL
  72. PT SEE ALSO: 
  73. BS Cos
  74. PT  and 
  75. BS ACos
  76. PT .
  77. ED
  78.  
  79. |degtorad|
  80. WT {RadianAngle}=DegToRad({DegreeAngle})
  81. PL Converts from a {DegreeAngle} into a
  82. PL {RadianAngle}.
  83. PL 
  84. PT SEE ALSO: 
  85. BS RadToDeg
  86. PT  and 
  87. BS SetExpression
  88. PT .
  89. ED
  90.  
  91. |exp|
  92. WT {Value}=Exp({Value})
  93. PL Returns the result of raising e (which is
  94. PL 2.71828) to the power of {Value}.  To
  95. PL obtain the value of E, simply use an One
  96. PL for the {Value}.
  97. ED
  98.  
  99. |log10|
  100. WT {Value}=Log10({Value})
  101. PL Returns the Logarithm in base 10 of the
  102. PL {Value}.
  103. PL
  104. PT SEE ALSO: 
  105. BS LogE
  106. PT .
  107. ED
  108.  
  109. |loge|
  110. WT {Value}=LogE({Value})
  111. PL Returns the natural logarithm (base e) of
  112. PL the {Value}.
  113. PL
  114. PT SEE ALSO: 
  115. BS Log10
  116. PT .
  117. ED
  118.  
  119. |pi|
  120. WT {Value}=PI
  121. PL Contains the value of pi, accurate to 14
  122. PL decimal places.
  123. ED
  124.  
  125. |radtodeg|
  126. WT {DegreeAngle}=RadToDeg({RadianAngle})
  127. PL Converts from a {RadianAngle} into a
  128. PL {DegreeAngle}.
  129. PL 
  130. PT SEE ALSO: 
  131. BS DegToRad
  132. PT  and 
  133. BS SetExpression
  134. PT .
  135. ED
  136.  
  137. |setexpression|
  138. WT SetExpression <flags>
  139. PL Sets the mode of interpreting numbers for
  140. PL trigonometric operations.  CanDo defaults
  141. PL to RADIANS.  See the manual for a full
  142. PL description of this command.
  143. PT SEE ALSO: 
  144. BS DegToRad
  145. PT  and 
  146. BS RadToDeg
  147. PT .
  148. ED
  149.  
  150. |sin|
  151. WT {Value}=Sin({Angle})
  152. PL Returns the trigonometric sine of the
  153. PL given {Angle}.
  154. PL
  155. PT SEE ALSO: 
  156. BS ASin
  157. PT  and 
  158. BS SinH
  159. PT .
  160. ED
  161.  
  162. |sinh|
  163. WT {Value}=SinH({Value})
  164. PL Returns the hyperbolic sine of the
  165. PL {Value}.
  166. PL
  167. PT SEE ALSO: 
  168. BS Sin
  169. PT  and 
  170. BS ASin
  171. PT .
  172. ED
  173.  
  174. |tan|
  175. WT {Value}=Tan({Angle})
  176. PL Returns the trigonometric tangent of the
  177. PL given {Angle}.
  178. PL
  179. PT SEE ALSO: 
  180. BS ATan
  181. PT  and 
  182. BS TanH
  183. PT .
  184. ED
  185.  
  186. |tanh|
  187. WT {Value}=TanH({Value})
  188. PL Returns the hyperbolic tangent of the
  189. PL {Value}.
  190. PL
  191. PT SEE ALSO: 
  192. BS Tan
  193. PT  and 
  194. BS ATan
  195. PT .
  196. ED
  197.